Package 

Class RealtimeConnection

    • Method Summary

      Modifier and Type Method Description
      final Unit send(Input input)
      final Unit close()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RealtimeConnection

        RealtimeConnection(Function1<Input, Unit> sendFunction, Function0<Unit> closeFunction)